PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableRow Class / addCell Method
The cell to add.
In This Topic
    addCell Method
    In This Topic
    Adds a cell at the end of the row.
    Syntax
    public void addCell( 
       PDFFlowTableCell cell
    )

    Parameters

    cell
    The cell to add.
    See Also